Skip to content

Fix nightly-only TypeError from synthetic Test.Error backtraces - #150

Merged
christiangnrd merged 2 commits into
JuliaTesting:mainfrom
christiangnrd:nightlyfix
Jul 28, 2026
Merged

Fix nightly-only TypeError from synthetic Test.Error backtraces#150
christiangnrd merged 2 commits into
JuliaTesting:mainfrom
christiangnrd:nightlyfix

Conversation

@christiangnrd

@christiangnrd christiangnrd commented Jul 28, 2026

Copy link
Copy Markdown
Collaborator

This is the failure discussed in #149

Claude: Julia master (JuliaLang/julia#62391) now runs scrub_exc_stack for :nontest_error results too, which asserts the backtrace element type as Vector{Union{Ptr{Nothing},Base.InterpreterIP}}. The empty [] literal is Vector{Any} and fails that typeassert on nightly.

Julia master (JuliaLang/julia#62391) now runs scrub_exc_stack for
:nontest_error results too, which asserts the backtrace element type
as Vector{Union{Ptr{Nothing},Base.InterpreterIP}}. Our empty `[]`
literal is Vector{Any} and fails that typeassert on nightly.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

@giordano giordano left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for dealing with this! I guess it'd be good to get a new release out with the fix.

@christiangnrd
christiangnrd merged commit 0dbf4a1 into JuliaTesting:main Jul 28, 2026
22 checks passed
@christiangnrd
christiangnrd deleted the nightlyfix branch July 28, 2026 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants